home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / ESPACIAL / INVADERS.EXE / scripts / DefineButton2_409 / BUTTONCONDACTION on(keyPress Space).as
Text File  |  2002-05-07  |  94b  |  7 lines

  1. on(keyPress "<Space>"){
  2.    tellTarget("/poss/shoot6")
  3.    {
  4.       gotoAndPlay(3);
  5.    }
  6. }
  7.